PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / isPassword Method
In This Topic
    isPassword Method
    In This Topic
    Gets a value indicating whether the field is intended for entering a secure password.
    Syntax
    public boolean isPassword()

    Return Value

    True if the field is intended for entering a secure password that should not be echoed visibly to the screen. Characters typed from the keyboard shall instead be echoed in some unreadable form, such as asterisks or bullet characters.
    See Also